*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    box-sizing: border-box;
}
.logo img{
   height: 55px;
   width: 300px;
   margin: 10px 20px;
}
header{
    height: 70px;
    width: 100%;
    background-color: rgb(247, 243, 243);
     position:sticky;
    top:0px;

}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  margin-right: 20px;
  cursor: pointer;
}
ul li a{
    text-decoration: none;
    display: flex;
    color: black;
    margin: 10px 20px;
    text-align:center;
}
.Items{
    margin-right: 20%;
    
}
nav ul{
    display: flex;
    list-style-type:none;
    justify-content: space-evenly;
}
nav ul li a:hover{
   color:rgb(9, 9, 46);
   font-size: 1.1rem;
}
nav ul li a.active {
  color:rgb(88, 96, 206);
}
.edu-1 {
    height: 700px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url("Screenshot 2025-09-01 155107.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.5);

    display: flex;              
    flex-direction: column;     
    justify-content: center;    
    align-items: center;                   
}
/* .edu-1 a{
    display: block;
    color: rgb(201, 197, 197);
    font-size: 20px;
    text-decoration: none;
  text-align:start;
} */

.edu-1 h1{
    color: white;
    font-size: 45px;
    padding: 20px;
}
.edu-1 h3{
    color: white;
    font-size: 18px;
}
.column{
    height: auto;
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: start;
    margin-top: 30px;
}
img{
    height:auto;
    width: 700px;
    margin:30px ;
}
.school-content{
height: auto;
width: auto;
}
.school-content h2{
    padding-top: 30px;
    font-size: 35px;
}
.school-content p{
    font-size: 18px;
    padding: 20px;
}
.school-content li{
    line-height: 30px;
    font-size: 18px;
    margin: 20px;
}
.benefit{
  background-color:rgb(9,9,46);
  color: white;
}
.benefit h2{
    padding-top: 20px;
    font-size: 35px;
    text-align: center;

}
.box{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}
.box i{
    font-size: 3rem;
    color: rgb(255, 255, 255);
}
.box P{
  font-size: 18px;
  padding: 10px;

}
footer{
    height:auto;
    width: 100%;
    background-color:  rgb(247, 243, 243);
}
.footer-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-sec img{
  width: 280px;
  height: auto;
  margin-bottom: 100px;
  margin-left: 30px;
}
.footer-sec li{
    list-style: none;
    margin: 12px;
}
.footer-sec h3{
    margin: 20px;
    color:black;
    text-align: center;
}
.footer-sec li a{
   text-decoration: none;
   margin-left:30px ;
   color:black;
   font-size: 18px;
}

.address p{
    margin-top:10px;
    text-align: center;
    display: inline;
    color:black;
    font-size: 18px;
}
.address{
    /* margin-top: 20px; */
    height: auto;
    width: 300px;
}
.address i{
    color:black;
    margin-top: 15px;
}
.footer-project{
    display: flex;
  flex-direction: column;
  
}
.footer-project a{
    color:black;
    margin-left:25px ;
    line-height: 27px;
    text-decoration: none;
}
.copyright{
    text-align: center;
    font-size:1rem ;
    color:black;
}
.copyright p{
  background-color: rgb(9,9,46);
  color: white;
}

@media (max-width: 480px) {
  
     .menu-toggle {
    display: block;
  }
   
  .Items {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  img{
    height: 300px;
    width: 320px;
    margin: 0;
    padding: 0;
  }

  .Items ul {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .Items ul li {
    margin: 0;
  }

  .Items.active {
    display: flex; /* Show menu when active */
  }

  .logo img {
    width: 150px;
    height: auto;
  }
  .edu-1{
    height: auto;
    padding: 0px 15px 20px;
    text-align: center;
    background-size: cover;
    background-position: center;
  
  }
  .edu-1 h1 {
    font-size: 24px;
    margin: 20px;
  }
  .edu-1 p{
    margin: 10px;
  }
 .column{
    flex-direction: column;
 }
 .column img{
  height: 300px;
  width: 340px;
 }
  .edu-1 h3 {
    font-size: 14px;
  }
  .school-content p{
    margin: 0;
    padding: 0;
  }

  .school-content h2 {
    font-size: 22px;
  }
  .benefit h2{
    font-size: 25px;
  }
  .school-content p,
  .school-content li {
    font-size: 16px;
  }

  .box i {
    font-size: 2.5rem;
  }
    .footer-sec {
      height: auto;
    flex-direction: column;
    text-align: center;
  }

  .footer-sec img {
    margin: 10px auto;
  }
  .address{
    height: auto;
  }
  .address h3{
    margin: 0;
  }
  .footer-project{
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
 .menu-toggle {
    display: block;
  }
 .menu-toggle i{
    color: black;
    margin-right: 20px;
     
   }
  .Items {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  img{
    height: 300px;
    width: 320px;
    margin: 0;
    padding: 0;
  }

  .Items ul {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .Items ul li {
    margin: 0;
  }

  .Items.active {
    display: flex; /* Show menu when active */
  }

  .logo img {
    width: 200px;
    height: auto;
  }

  .edu-1 {
    height: 300px;
    padding: 30px 20px;
    text-align: center;
  }

  .edu-1 h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .edu-1 h3 {
    font-size: 16px;
  }

  .column {
    flex-direction: column;     /* stack image + text */
    align-items: center;
    text-align: center;
  }

  .column img {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  .school-content {
    width: 90%;
  }

  .school-content h2 {
    font-size: 26px;
  }

  .school-content p,
  .school-content li {
    font-size: 16px;
  }

  .benefit h2 {
    font-size: 28px;
  }

  .box {
    flex-wrap: wrap;           /* allow wrap */
    gap: 20px;
    margin-top: 30px;
  }

  .box div {
    flex: 1 1 45%;             /* 2 per row */
    max-width: 45%;
    margin: 10px auto;
  }

  .box h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .box p {
    font-size: 15px;
  }

   .footer-sec {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  .footer-sec img {
    width: 220px;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .footer-project, .footer-list, .address {
    margin: 15px 0;
  }
  .footer-project a, .footer-sec li a {
    display: block;
    margin: 6px 0;
  }
  .address {
    width: 100%;
  }
}